From: Andrea Corallo Date: Sun, 3 Mar 2024 15:58:25 +0000 (+0100) Subject: * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2370 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f677b4499964c9449d760c4c6e60130b103ed5a8;p=emacs.git * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change. --- diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el b/test/lisp/emacs-lisp/comp-cstr-tests.el index c3a7092819d..955a99ced57 100644 --- a/test/lisp/emacs-lisp/comp-cstr-tests.el +++ b/test/lisp/emacs-lisp/comp-cstr-tests.el @@ -169,8 +169,8 @@ The arg is an alist of: type specifier -> expected type specifier." ((and symbol (not symbol)) . nil) ;; 61 ((and atom (not symbol)) . atom) - ;; 62 - ((and atom (not string)) . (or array atom)) + ;; 62 Conservative FIXME + ((and atom (not string)) . (or array sequence atom)) ;; 63 Conservative ((and symbol (not (member foo))) . symbol) ;; 64 Conservative